ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / LayoutDefinition Property

In This Topic
    LayoutDefinition Property (MultiRow<T>)
    In This Topic
    Gets or sets an array that defines the layout of the rows used to display each data item.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public ReadOnly Property LayoutDefinition As IList(Of CellGroup)
    [Json(1)]
    public IList<CellGroup> LayoutDefinition {get;}
    See Also